Welcome![Sign In][Sign Up]
Location:
Search - matlab stereo vision

Search list

[Special Effectsmatlab_calib

Description: 立体视觉中的相机标定程序!很好用的张正友方法标定程序-stereo vision of the camera calibration procedure! Zhang good is the method of calibration procedures Friends
Platform: | Size: 233472 | Author: 王先生 | Hits:

[Graph programharris.m

Description: 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.
Platform: | Size: 2048 | Author: jxhappyqin | Hits:

[Software Engineeringsmsj

Description: 介绍双目立体视觉基础的文章,对相机标定等双目视觉基础进行了详细介绍-Introduction binocular stereo vision-based article on binocular vision, such as camera calibration based on a detailed introduction
Platform: | Size: 805888 | Author: 陈媛媛 | Hits:

[matlabstereocameramodel

Description: 三维重建,三维场景建模,立体视觉matlab源码-Three-dimensional reconstruction, three-dimensional scene modeling, stereo vision matlab source
Platform: | Size: 64512 | Author: | Hits:

[matlabtemplateMatcher

Description: 使用matlab编写的一个简单模板匹配程序,对作立体匹配的初学者的入门程序-Matlab prepared using a simple template matching procedures for the beginner stereo matching entry procedures
Platform: | Size: 49152 | Author: | Hits:

[Special EffectsActiveCalibration

Description: 主动视觉的摄像机标定程序,基于马颂德的立体视觉标定方法,测试程序可再与我联系!-Active Vision camera calibration procedure, based on Ma Songde Calibration Method for Stereo Vision, testing procedures can contact me!
Platform: | Size: 7168 | Author: 杨卫 | Hits:

[Industry researchTheoreticresearchondoubleCCDstereoscopicmeasuremen

Description:  利用几何成像原理建立起CCD 双目立体视觉测量系统的数学模型,从提高系统测 量精度出发,在理论上重点对系统结构参数、图像识别误差与系统测量精度的关系进行了深入的分析和探讨,并通过实验对结论进行了验证。研究内容对实际建立该测量系统具有很强的指导作用。-Established the principle of the use of CCD imaging geometry binocular stereo vision measurement system of mathematical models to improve system measurement accuracy from the start, in theory, focus on structural parameters of the system, image recognition system error and the relationship between the measurement accuracy of an in-depth analysis and discussion and through experiments carried out to verify the conclusions. Study of the actual establishment of the measurement system has a strong guiding role.
Platform: | Size: 339968 | Author: chenruibao | Hits:

[Special EffectsRegional

Description: 区域法立体匹配的实时性问题研究立体视觉匹配的相关算法-Regional real-time stereo matching method of study related to stereo vision matching algorithm
Platform: | Size: 1024 | Author: 任冉冉 | Hits:

[Graph programStereoRegion

Description: 一个立体视觉匹配程序,采用matlab编写-A stereo vision matching program, prepared using matlab
Platform: | Size: 235520 | Author: 蒋志成 | Hits:

[Graph programFinal

Description: 一片关于机器视觉、视觉测量领域的硕士学位论文,对于研究立体视觉测量具有参考价值!-One on the machine vision, visual measurement of a master' s degree thesis, for the study of stereo vision measurement with the reference value!
Platform: | Size: 4633600 | Author: hustyw | Hits:

[matlabmatlab

Description: 基于双目立体视觉成像原理的MATLAB双相机标定实例,有图片,程序,和说明书-Based on principles of binocular stereo vision imaging MATLAB examples of dual-camera calibration, pictures, procedures, and instructions
Platform: | Size: 1203200 | Author: chenyijun2131 | Hits:

[3D GraphicToolbox_Fundamental_matrix

Description: 双目视觉,基本矩阵工具箱,外极几何。matlab代码,包含一些小算法-Stereo vision, fundamental matrix Toolbox.Epipolar Geometry
Platform: | Size: 5603328 | Author: Young | Hits:

[matlabstereovision

Description: this file is for stereo vision
Platform: | Size: 709632 | Author: hamed | Hits:

[Special EffectscorrelCorresp

Description: 寻找相应的特点,在一副图片的基础是许多光流、立体的视觉和图像间的配准算法。一个发现匹配方法简单,取一小块一个图像,计算其滑动互相与其他的形象,并找到一个高峰。此表格提供了课堂的实现方法。-Finding corresponding features in a pair of images is the basis of many optic flow, stereo vision and image registration algorithms. One straightforward approach to finding a match is to take a small patch of one image, compute its sliding cross-correlation with the other image, and find a peak. This submission supplies a class which implements this method.
Platform: | Size: 776192 | Author: 王羽 | Hits:

[matlabshuangmushijue

Description: 三维重建技术的研究是计算机视觉学科的一个重要领域,而双目视觉则是三维重建中的一项重要技术,它利用左右摄像机拍摄出的立体图像对,依据其中包含的几何关系将场景的三维信息重构出来。-The 3-D reconstruction technology of computer vision is a significant field of computer vision ,and binocular stereo vision is a very important technique in 3-D reconstruction of scene.
Platform: | Size: 3105792 | Author: attawa | Hits:

[matlabtest6

Description: video to frame using matlab cod for stereo vision
Platform: | Size: 1024 | Author: nader | Hits:

[matlabstereo

Description: this a stereo vision code.-this is a stereo vision code.
Platform: | Size: 1274880 | Author: rpt | Hits:

[matlabStereoVision_FunMatrix

Description: 本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。 main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.m 是数据规格化后的8 点法求解基础矩阵。-The algorithm is implemented in Matlab2008b environment based stereo vision camera matrix calculations. Including the main, sevenPoint, eightpoint and eightpoint_norm three functions. main.m is the entry, including the generation and reading test data were calling sevenPoint, eightpoint and eightpoint_norm three fundamental matrix function evaluation, and finally draw the final result. sevenPoint.m 7 method is based on matrix. eightpoint.m 8-point method is based on matrix, eightpoint_norm.m the data after the 8-bit normalized fundamental matrix method.
Platform: | Size: 3213312 | Author: qqqqqq | Hits:

[Special Effectsmatlab 界面编程,立体视觉实例搞定

Description: matlab 界面编程,立体视觉实例搞定(Matlab interface programming and examples of stereo vision)
Platform: | Size: 1034240 | Author: Chao SIR | Hits:

[Special EffectsStereo Matching

Description: matlab 立体匹配,包含了多种三维重建中的立体视觉匹配(Matlab stereo matching, including stereo vision matching in many kinds of three-dimensional reconstruction)
Platform: | Size: 2557952 | Author: ZYF1997 | Hits:
« 12 »

CodeBus www.codebus.net